Q3Camera_GetViewPort
You can use theQ3Camera_GetViewPort
function to get the current view port of a camera.
TQ3Status Q3Camera_GetViewPort ( TQ3CameraObject camera, TQ3CameraViewPort *viewPort);
camera
- A camera object.
viewPort
- On exit, a pointer to a camera view port structure.
DESCRIPTION
TheQ3Camera_GetViewPort
function returns, in theviewPort
parameter, a pointer to a camera view port structure that describes the current view port of the camera specified by thecamera
parameter.